set the castNum of sprite 20 to the number of cast "help1"
set the locH of sprite 20 to 115
set the locV of sprite 20 to 180
puppetSprite(21, 1)
set the type of sprite 21 to 1
set the ink of sprite 21 to 0
set the foreColor of sprite 21 to 255
set the backColor of sprite 21 to 0
set the castNum of sprite 21 to the number of cast "closeHelp,up"
set the locH of sprite 21 to 186
set the locV of sprite 21 to 204
checkvideosum()
set helpnum to random(7)
if helpstatus = EMPTY then
if helpnum = 1 then
put username && " テナステテ津②" && RETURN & "テ「ツゥテェFテツ「テェテ佚ツ敕ュツ湘テ療ニ津「ナ テナステツ「!" into field "helpMessage"
end if
if helpnum = 2 then
put username && " テナステテ津②" && RETURN & "テツアテテε映テ嘉テョツシテツシテテ陛 uテェVテャzテウテ催「窶佚㈸テ vテテε窶コテツ敕・ツゥテテ暗ツアテテ静邃「テツシテツエテ窶ケテテ敕③" into field "helpMessage"
end if
if helpnum = 3 then
put username && " テナステテ津②" && RETURN & "テウナ津ェFテテεェテ佚窶ヲテ「テステツゥテ邃「テ窶 テテ凝ツェテツァテツシテテ!" into field "helpMessage"
end if
if (helpnum = 4) or (helpnum = 5) then
put username && " テナステテ津②" && RETURN & getvideosum && " テア{テテε詠テ映テ迂テ影テ [テ益テツ敕ャツクテゥテ凝ツオテ窶ケテツオテテステ③" into field "helpMessage"
end if
if (helpnum = 6) or (helpnum = 7) then
set rest to 18 - getvideosum
put username && " テナステテ津②" && RETURN & "テツアテテε映テ嘉テョツシテツシテテ陛嘉テ [テ詠テ [テ「テ津ゥツセテテεッKテウvテ邃「テ窶 テテ凝窶ケテテセテテ津③" into field "helpMessage"
end if
set helpstatus to "once"
else
if helpnum = 1 then
put username && " テナステテ津②" && RETURN & "テ、テ甘ュツ」テツ。テニ津「ナ テナステツ「 !" into field "helpMessage"
end if
if helpnum = 2 then
put username && " テナステテ津②" && RETURN & "テツョテ・ナステ」Cテツシテテ敕ツゥ !" into field "helpMessage"
end if
if helpnum = 3 then
put "テツアテテ津窶ヲテテクテテ !" & RETURN & username && " テナステテ津②" into field "helpMessage"
end if
if helpnum >= 4 then
set rest to 18 - getvideosum
put username && " テナステテ津②" && RETURN & "テツアテテε映テ嘉テョツシテツシテテ陛 uテェVテャzテウテ催「窶佚㈸テ vテテε窶コテツ敕・ツゥテテ暗ツアテテ静邃「テツシテツエテ窶ケテテ敕③" into field "helpMessage"
end if
end if
puppetSprite(22, 1)
set the type of sprite 22 to 7
set the ink of sprite 22 to 36
set the foreColor of sprite 22 to 255
set the backColor of sprite 22 to 0
set the castNum of sprite 22 to the number of cast "helpMessage"
set the locH of sprite 22 to 30
set the locV of sprite 22 to 140
updateStage()
end
on openmouse
global systemdata
if item 2 of systemdata = "Windows" then
if random(3) <> 3 then
exit
end if
end if
puppetSprite(23, 1)
set the type of sprite 23 to 1
set the ink of sprite 23 to 0
set the foreColor of sprite 23 to 255
set the backColor of sprite 23 to 0
set the castNum of sprite 23 to the number of cast "openMouse"
set the locH of sprite 23 to 111
set the locV of sprite 23 to 97
updateStage()
end
on closemouse
global systemdata
if item 2 of systemdata = "Windows" then
if random(3) <> 3 then
exit
end if
end if
puppetSprite(23, 0)
set the locH of sprite 23 to -500
updateStage()
end
on checkvideosum
global getvideonum, getvideosum
set getvideosum to 0
repeat with n = 1 to 18
set getvideosum to getvideosum + value(char n of getvideonum)